109110111112113114115
return; } // go to authority details BasePage.this.setResponsePage(new AuthorityDetails(authority)); }
107108109110111112113
4849505152535455565758
private static final long serialVersionUID = 8137543413717092367L; public Page getPage() { return(new AuthorityDetails(authority)); } public Class<?> getPageIdentity() { return(AuthorityDetails.class);