com.sapportals.htmlb

Class Resource

java.lang.Object
  extended bycom.sapportals.htmlb.Resource

public class Resource
extends Object

A basic resource. This class is only used internally to manage JavaScript fragments or CSS files.

Copyright 2004 SAP AG


Constructor Summary
Resource(ResourceType type, String key, Object data)
           
 
Method Summary
 Object getData()
           
 String getKey()
           
 String getOptionalAttributes()
           
 ResourceType getType()
           
 void setOptionalAttributes(String optionalAttributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource(ResourceType type,
                String key,
                Object data)
Method Detail

getKey

public String getKey()

getType

public ResourceType getType()

getData

public Object getData()

getOptionalAttributes

public String getOptionalAttributes()

setOptionalAttributes

public void setOptionalAttributes(String optionalAttributes)


Copyright 2006 SAP AG Complete Copyright Notice