Package net.pterodactylus.sone.template

Examples of net.pterodactylus.sone.template.ProfileAccessor


    templateContextFactory.addAccessor(Album.class, new AlbumAccessor());
    templateContextFactory.addAccessor(Image.class, new ImageAccessor());
    templateContextFactory.addAccessor(Identity.class, new IdentityAccessor(getCore()));
    templateContextFactory.addAccessor(Trust.class, new TrustAccessor());
    templateContextFactory.addAccessor(HTTPRequest.class, new HttpRequestAccessor());
    templateContextFactory.addAccessor(Profile.class, new ProfileAccessor(getCore()));
    templateContextFactory.addFilter("date", new DateFilter());
    templateContextFactory.addFilter("html", new HtmlFilter());
    templateContextFactory.addFilter("replace", new ReplaceFilter());
    templateContextFactory.addFilter("store", new StoreFilter());
    templateContextFactory.addFilter("l10n", new L10nFilter(this));
View Full Code Here

TOP

Related Classes of net.pterodactylus.sone.template.ProfileAccessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.