|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.Scriptlet
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.AliasedScriptlet
public class AliasedScriptlet
Constructor Summary | |
---|---|
AliasedScriptlet(java.lang.String name,
java.lang.Object[] functions)
|
|
AliasedScriptlet(java.lang.String name,
java.lang.Object[] functions,
java.lang.Object[] dependencies)
|
Method Summary | |
---|---|
java.lang.Object |
getScriptletKey()
Returns the key that uniquely identifies the scriptlet. |
protected void |
outputScriptletContent(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc)
Outputs the content of the scriptlet - the text or attributes between the script elements. |
protected void |
outputScriptletImpl(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc)
Outputs the scriptlet. |
static void |
registerAliases()
Registers all the base libraries. |
void |
registerSelf()
Registers the scriptlet. |
Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.Scriptlet |
---|
embedInScriptTag, embedInScriptTagImpl, outputDependency, outputScriptlet, registerSelfWithKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AliasedScriptlet(java.lang.String name, java.lang.Object[] functions)
public AliasedScriptlet(java.lang.String name, java.lang.Object[] functions, java.lang.Object[] dependencies)
Method Detail |
---|
public static void registerAliases()
public java.lang.Object getScriptletKey()
Scriptlet
getScriptletKey
in class Scriptlet
public void registerSelf()
Scriptlet
registerSelf
in class Scriptlet
protected void outputScriptletImpl(javax.faces.context.FacesContext context, org.apache.myfaces.trinidad.context.RenderingContext arc) throws java.io.IOException
Scriptlet
outputScriptletImpl
in class Scriptlet
java.io.IOException
protected void outputScriptletContent(javax.faces.context.FacesContext context, org.apache.myfaces.trinidad.context.RenderingContext arc) throws java.io.IOException
Scriptlet
outputScriptletContent
in class Scriptlet
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |