H A D | MasterPageFactory.java | 54 private final String template; field in MasterPageFactory.MasterPageFactoryKey 58 public MasterPageFactoryKey(final String template, in MasterPageFactoryKey() argument 62 this.template = template; in MasterPageFactoryKey() 88 if (template != null ? !template.equals( in equals() 89 that.template) : that.template != null) in equals() 100 int result = (template != null ? template.hashCode() : 0); in hashCode() 108 return template; in getTemplate() 207 public OfficeMasterPage getMasterPage(final String template, in getMasterPage() argument 212 new MasterPageFactoryKey(template, pageHeader, pageFooter); in getMasterPage() 216 public boolean containsMasterPage(final String template, in containsMasterPage() argument [all …]
|