|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
edu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport
public class ServiceTagSupport
Display the serviceName. This is taken in order 1) From the mdui 2) AttributeConsumeService 3) HostName from the EntityId 4) EntityId.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
ServiceTagSupport()
|
Method Summary | |
---|---|
protected void |
addClassAndId(StringBuilder sb)
Add the class and Id if present. |
protected String |
buildHyperLink(String url,
String text)
build a hyperlink from the parameters. |
protected String |
getBrowserLanguage()
Pluck the language from the browser. |
protected String |
getServiceName()
Get the identifier for the service name as per the rules above. |
protected org.opensaml.saml2.metadata.EntityDescriptor |
getSPEntityDescriptor()
Get the EntityDescriptor for the relying party. |
protected org.opensaml.samlext.saml2mdui.UIInfo |
getSPUIInfo()
Traverse the SP's EntityDescriptor and pick out the UIInfo. |
void |
setCssClass(String value)
Bean setter. |
void |
setCssId(String value)
Bean setter. |
void |
setCssStyle(String value)
Bean setter. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Constructor Detail |
---|
public ServiceTagSupport()
Method Detail |
---|
public void setCssClass(String value)
value
- what to setpublic void setCssId(String value)
value
- what to setpublic void setCssStyle(String value)
value
- what to setprotected void addClassAndId(StringBuilder sb)
sb
- the stringbuilder to asdd to.protected String buildHyperLink(String url, String text)
url
- the URLtext
- what to embed
protected org.opensaml.saml2.metadata.EntityDescriptor getSPEntityDescriptor()
protected org.opensaml.samlext.saml2mdui.UIInfo getSPUIInfo()
protected String getBrowserLanguage()
protected String getServiceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |