Package com.agiletec.aps.system.common.renderer

Examples of com.agiletec.aps.system.common.renderer.EntityWrapper


*/
public class BaseMessageRenderer extends BaseEntityRenderer {
 
  @Override
  protected EntityWrapper getEntityWrapper(IApsEntity entity) {
    return new EntityWrapper((Message) entity);
  }
View Full Code Here

TOP

Related Classes of com.agiletec.aps.system.common.renderer.EntityWrapper

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.