Operation |
Details |
public bindComponentLabel( UIComponent component, String placeholder):void |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.pubman.appbase.Internationalized#bindComponentLabel(javax.faces.component.UIComponent, java.lang.String) | |
public static getApplicationBean( Class> cls):Object |
Sequential Notes: | Return any bean stored in application scope under the specified name. @return the actual or new bean instance | |
public getLabel( String placeholder):String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.pubman.appbase.Internationalized#getLabel(java.lang.String) | |
public getMessage( String placeholder):String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.pubman.appbase.Internationalized#getMessage(java.lang.String) | |
public static getRequestBean( Class> cls):Object |
Sequential Notes: | Return any bean stored in request scope under the specified name. @return the actual or new bean instance | |
public static getSessionBean( Class> cls):Object |
Sequential Notes: | Return any bean stored in session scope under the specified name. @return the actual or new bean instance | |
public InternationalizedImpl(): |
Sequential |